home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_STDAFX_H__62FB8267_F348_11D1_82DF_FCD070D9A530__INCLUDED_)
- #define AFX_STDAFX_H__62FB8267_F348_11D1_82DF_FCD070D9A530__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif
-
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
-
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
-
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif
-
- #include <stdio.h>
- #include <stdlib.h>
-
- // Include multimedia library
- #include <mmsystem.h>
-
- // We're using DirectX 6.0
- #define DIRECTDRAW_VERSION 0x0600
- #define DIRECTINPUT_VERSION 0x0500
- #define DIRECTSOUND_VERSION 0x0600
- #include <ddraw.h>
- #include <dinput.h>
- #include <dsound.h>
-
- #include "resource.h"
-
- #include "Blaster.h"
- #include "MainFrm.h"
- #include "BlasterDoc.h"
- #include "BlasterView.h"
-
- #include "define.h"
- #include "fix.h"
- #include "template.h"
- #include "function.h"
- #include "globals.h"
- #include "timer.h"
- #include "types.h"
- #include "editable.h"
-
- //{{AFX_INSERT_LOCATION}}
-
- #endif